From 11ed2b2ebd0105d0b59e89078fe0dce9b848c845 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 24 Mar 2001 16:35:20 +0000 Subject: [PATCH] improve error message to contain the word "theme" 2001-03-24 Havoc Pennington * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message to contain the word "theme" --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkthemes.c | 2 +- 8 files changed, 36 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 578d627463..7b38a9082b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 578d627463..7b38a9082b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-03-24 Havoc Pennington + + * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message + to contain the word "theme" + 2001-03-24 Havoc Pennington * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c index 09bdd3ea04..6bb3e7e636 100644 --- a/gtk/gtkthemes.c +++ b/gtk/gtkthemes.c @@ -68,7 +68,7 @@ gtk_theme_engine_load (GTypeModule *module) if (!engine_path) { - g_warning (_("Unable to locate loadable module in module_path: \"%s\","), + g_warning (_("Unable to locate theme engine in module_path: \"%s\","), fullname); g_free (fullname); -- 2.30.2